home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
425_01
/
tar
/
crc32.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1980-07-23
|
222 b
|
9 lines
#ifndef __ARGS__
# include "modern.h"
#endif
void crcbegin __ARGS__((void));
void updcrc __ARGS__((unsigned char *, unsigned));
void addcrc __ARGS__((unsigned char));
unsigned long getcrc __ARGS__((void));